@charset "utf-8";
:focus{outline:0;}
html{overflow-y:scroll;background:#fff;}
*{margin:0px;padding:0px;font-family:"微软雅黑";}
body{font-family:"微软雅黑"; font-size:12px;color:#686868; background:#fff; background-size:100%; position:relative}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
}



em,i{font-style:normal;}
strong{font-weight:normal;}
img{border:0 none;image-rendering:optimizeQuality;-ms-interpolation-mode:bicubic;}
ul,li,ol,dl,dt,dd{list-style:none;}
a{font-family:"微软雅黑";text-decoration:none; color:#222;cursor:pointer;}
a:hover{ color:#0066bf;}
.w1000{width:1000px; margin:0 auto;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{line-height:0; display:table; content:"";}
.clearfix:after{clear:both;}
.fl{float:left;}
.fr{float:right;}
button{cursor:pointer;}

.clr:after {content: ".";visibility: hidden;display: block;height: 0;clear: both;}	
.clr {zoom: 1;}

h1, h2, h3, h4, h5, h6{font-size:100%;font-weight: normal;}
.inline-block {display:inline-block;*display:inline;zoom: 1;}
.ime-disabled {-webkit-ime-mode: disabled;ime-mode: disabled;}

input:focus,textarea:focus，button:focus{outline:0}


input{margin: 0px;padding: 0px;border: medium none;vertical-align: middle;line-height: normal;}
.pric-grid:hover {transform: scale(1.01);transition: .1s all;-webkit-transition: .1s all;-moz-transition: .1s all;-o-transition: .1s all;-ms-transition: .1s all;}

.shadow:hover {
background:#fff;
    -moz-box-shadow: 0px 0px 4px #000;
    -webkit-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
.span_1_of_single1{
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.span_1_of_single1:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
